type net/http.httpRange
8 uses
net/http (current package)
fs.go#L998: type httpRange struct {
fs.go#L1002: func (r httpRange) contentRange(size int64) string {
fs.go#L1006: func (r httpRange) mimeHeader(contentType string, size int64) textproto.MIMEHeader {
fs.go#L1015: func parseRange(s string, size int64) ([]httpRange, error) {
fs.go#L1023: var ranges []httpRange
fs.go#L1035: var r httpRange
fs.go#L1099: func rangesMIMESize(ranges []httpRange, contentType string, contentSize int64) (encSize int64) {
fs.go#L1111: func sumRangesSize(ranges []httpRange) (size int64) {